<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_FRENCH</nationality>

		<long_name>Char D1</long_name>
		<short_name>Char D1</short_name>
		<comment>A light tank with a 47mm SA34 cannon and a Reibel machine gun</comment>

		<uniform>french_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>160</number></data>
		<data><month>11</month><year>1942</year><number>160</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Char D1.png</image_profile>
			<weight>14000</weight>
		</attributes>

		<drive>
			<engine>
				<name>Renault S4F</name>
				<horsepower>74</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>-95</offsetX><offsetY>220</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Char D1.png</image_view>

			<width>222</width>
			<length>546</length>
			<height>136</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>40@20</upper_front>
				<lower_front>40@-20</lower_front>
				<side>35</side>
				<rear>30@-35</rear>
				<top>10</top>
				<bottom>20</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>212</width>
			<length>324</length>
			<height>57</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>40@12</upper_front>
				<lower_front>40@45</lower_front>
				<side>35@12</side>
				<rear>30@60</rear>
				<top>10</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Char D1 turret.png</image_view>

			<diameter>147</diameter>
			<height>67</height>
			<offsetX>-5</offsetX>
			<offsetY>-60</offsetY>

			<rotate_time>30</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>46</front>
				<side>46@22</side>
				<rear>46@22</rear>
				<top>10</top>
				<mantlet>46</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_47_SA34</type><offsetX>28</offsetX><offsetY>-8</offsetY></weapon>
			<weapon><type>WEAPON_LMG_REIBEL</type><offsetX>-26</offsetX><offsetY>-38</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_47_SA34</for><flavour>FLAVOUR_AP</flavour><rounds>40</rounds></ammo>
			<ammo><for>WEAPON_CANNON_47_SA34</for><flavour>FLAVOUR_HE</flavour><rounds>114</rounds></ammo>
			<ammo><for>WEAPON_CANNON_47_SA34</for><flavour>FLAVOUR_SMOKE</flavour><rounds>6</rounds></ammo>
			<ammo><for>WEAPON_LMG_REIBEL</for><rounds>2400</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
